Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

  Common

  Consts

  Container

  Decoders

  Environment

  FilterSet

  Renderers

  Transcoders

  AudioDefinitionModelElements

  ADMBlockFormat

  ADMChannelFormat

  ADMContent

  ADMDialogueType

  ADMObject

  ADMPackFormat

  ADMPackType

  ADMProgramme

  ADMStreamFormat

  ADMTimeSpan

  ADMTrack

  ADMTrack(string, BitDepth, int, string, string)

  ADMTrack(XElement)

  Bits

  Deserialize(XElement)

  ID

  PackFormat

  SampleRate

  Serialize(XmlWriter)

  TrackFormat

  ADMTrackCodec

  ADMTrackFormat

  ChannelAssignment

  DialogueContentKind

  MixedContentKind

  NonDialogueContentKind

  TaggedADMElement

  AudioDefinitionModel

  DolbyMetadata

  EnhancedAC3Merger

  Utilities

  AudioFormat

  AudioReader

  AudioTrackReader

  AudioWriter

  BitDepth

  EnhancedAC3Reader

  LAFMode

  LimitlessAudioFormatReader

  LimitlessAudioFormatWriter

  RIFFWaveReader

  RIFFWaveWriter

  SegmentedAudioReader

  SegmentedAudioWriter

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class ADMTrack

Coding information of an ADM's track.
VisibilityPublic
Modifierssealed
ExtendsIXDocumentSerializable

Public functions

Constructor ADMTrack(string id, BitDepth bitDepth, int sampleRate, string trackFormat, string packFormat)Coding information of an ADM's track.
Constructor ADMTrack(XElement source) Constructs a track from an XML element.
void Deserialize(XElement source)Read the values of an XML element into this object.
void Serialize(XmlWriter writer)Create an XML element about this object.

Public properties

BitDepth BitsBit depth of the track.
string IDUnique identifier of the track.
string PackFormatReference to pack format by ID.
int SampleRateSampling rate of the track.
string TrackFormatReference to track format by ID.